Skip to content

Conversation

@markshenouda
Copy link
Member

image

@markshenouda markshenouda self-assigned this Dec 10, 2025
@markshenouda markshenouda linked an issue Dec 10, 2025 that may be closed by this pull request
2 tasks
Copy link

@Zelig880 Zelig880 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One Small comment

Comment on lines 111 to 146
<style scoped="false">
.ccip-chain-hero {
background: var(--gray-50);
border-bottom: 1px solid var(--gray-200);
}

.ccip-chain-hero__content {
max-width: 1500px;
margin: 0 auto;
padding: var(--space-6x);
}

.ccip-chain-hero__top {
display: flex;
justify-content: space-between;
align-items: center;
gap: var(--space-4x);
}

.ccip-chain-hero__chainSearch {
flex-shrink: 0;
}

@media (max-width: 768px) {
.ccip-chain-hero__top {
flex-direction: column;
align-items: stretch;
gap: var(--space-3x);
}
}

@media (min-width: 992px) {
.ccip-chain-hero__content {
padding: var(--space-10x) var(--space-8x);
}
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know that the Docs has mixed usecase, but if possible change this to use the module architecture and move it out of this file.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okay I used the ChainHero instead by making some lite changes to the component

@Zelig880 Zelig880 merged commit 6a0cb66 into ccip-1-7 Dec 10, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[CCIP] Verifiers Homepage

3 participants